type net/http.http2ConnectionError
53 uses
net/http (current package)
h2_bundle.go#L1229: type http2ConnectionError http2ErrCode
h2_bundle.go#L1231: func (e http2ConnectionError) Error() string {
h2_bundle.go#L1945: return http2ConnectionError(code)
h2_bundle.go#L2136: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2147: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2152: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2160: return nil, http2ConnectionError(http2ErrCodeFlowControl)
h2_bundle.go#L2271: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2275: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2313: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2317: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2366: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2378: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2625: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2629: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2717: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2739: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L3006: return mh, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L3018: return mh, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L3022: return mh, http2ConnectionError(http2ErrCodeCompression)
h2_bundle.go#L3039: return mh, http2ConnectionError(http2ErrCodeCompression)
h2_bundle.go#L3446: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L3450: return http2ConnectionError(http2ErrCodeFlowControl)
h2_bundle.go#L3454: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L5357: case http2ConnectionError:
h2_bundle.go#L5382: return sc.countError("first_settings", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5422: return sc.countError("push_promise", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5442: return sc.countError("ping_on_stream", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5458: return sc.countError("stream_idle", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5490: return sc.countError("reset_idle_stream", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5554: return sc.countError("ack_mystery", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5562: return sc.countError("settings_big_or_dups", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5628: return sc.countError("setting_win_size", http2ConnectionError(http2ErrCodeFlowControl))
h2_bundle.go#L5651: return sc.countError("data_on_idle", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5806: return sc.countError("headers_even", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5834: return sc.countError("stream_went_down", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5936: return sc.countError("dup_trailers", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L6187: return sc.countError("too_many_early_resets", http2ConnectionError(http2ErrCodeEnhanceYourCalm))
h2_bundle.go#L7146: case http2ConnectionError:
h2_bundle.go#L9393: if ce, ok := cc.readerErr.(http2ConnectionError); ok {
h2_bundle.go#L9467: if ce, ok := err.(http2ConnectionError); ok {
h2_bundle.go#L9521: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9589: if _, ok := err.(http2ConnectionError); ok {
h2_bundle.go#L9741: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9747: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9752: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9875: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9889: return http2ConnectionError(http2ErrCodeFlowControl)
h2_bundle.go#L9929: return http2ConnectionError(http2ErrCodeFlowControl)
h2_bundle.go#L10062: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L10081: return http2ConnectionError(http2ErrCodeFlowControl)
h2_bundle.go#L10144: return http2ConnectionError(http2ErrCodeFlowControl)
h2_bundle.go#L10245: return http2ConnectionError(http2ErrCodeProtocol)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |